home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / xconq / ywing.b < prev   
Text File  |  1995-07-02  |  227b  |  8 lines

  1. #define yfighter_width 16
  2. #define yfighter_height 16
  3. static short yfighter_bits[] = {
  4.    0x0000, 0x0000, 0x0000, 0x0000,
  5.    0x01fe, 0x03fe, 0x0080, 0x0080,
  6.    0x1ff0, 0x3ff0, 0x1ff0, 0x0080,
  7.    0x0080, 0x03fe, 0x01fe, 0x0000};
  8.